public class StrutturaErogatriceResponse
extends java.lang.Object
Classe Java per strutturaErogatriceResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="strutturaErogatriceResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="denominazione" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codice |
protected java.lang.String |
denominazione |
| Constructor and Description |
|---|
StrutturaErogatriceResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodice()
Recupera il valore della proprietà codice.
|
java.lang.String |
getDenominazione()
Recupera il valore della proprietà denominazione.
|
void |
setCodice(java.lang.String value)
Imposta il valore della proprietà codice.
|
void |
setDenominazione(java.lang.String value)
Imposta il valore della proprietà denominazione.
|
protected java.lang.String codice
protected java.lang.String denominazione
public java.lang.String getCodice()
Stringpublic void setCodice(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDenominazione()
Stringpublic void setDenominazione(java.lang.String value)
value - allowed object is
String